home *** CD-ROM | disk | FTP | other *** search
- ;******************************************************************************
- ; Ver 11.0, Last Update Dec 24, 1993 *
- ; wwwLIB *
- ; *
- ; This library adds functionality to HLPDK 11.0+ docuemnts that are compiled *
- ; to the WWW HTML target *
- ; *
- ; The following added functionality is added : *
- ; *
- ; Text Attributes for internal pieces of text. (bold, italic) *
- ;******************************************************************************
-
- .ifdef www
-
- ;******************************************************************************
- ; Text Attributes *
- ; *
- ; boldText - Display text in bold, e.g. - ~Text~boldText~ - Text will be in *
- ; bold *
- ; italicText - Display text in italic *
- ; boldItalicText - display text in bold italic *
- ;******************************************************************************
-
- .userlink boldText '<b>%t</b>'
- .userlink italicText '<i>%t</i>'
- .userlink boldItalicText '<b><i>%t</i></b>'
-
- ;******************************************************************************
- ; Links *
- ; *
- ;******************************************************************************
-
-
- .endif
-
-
-
-
-
-
-